projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a084c
)
(help-map): Make C-i run info-lookup-symbol.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Jun 1997 06:50:55 +0000
(06:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Jun 1997 06:50:55 +0000
(06:50 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index a111ea9be603a51044d07deb1d2c02f29f47fb7b..56ff8c776084d60c1532e3083b4b83a149e4310c 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-68,7
+68,7
@@
(define-key help-map "i" 'info)
(define-key help-map "\C-f" 'Info-goto-emacs-command-node)
(define-key help-map "\C-k" 'Info-goto-emacs-key-command-node)
-(define-key help-map "\C-i" '
word-help
)
+(define-key help-map "\C-i" '
info-lookup-symbol
)
(define-key help-map "l" 'view-lossage)